From: Juanma Barranquero Date: Fri, 30 Apr 2004 21:01:47 +0000 (+0000) Subject: (diff-switches): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22821 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3ccbe407c64a860f2ae185da78204a1f08ab67df;p=emacs.git (diff-switches): Fix typo in docstring. --- diff --git a/lisp/diff.el b/lisp/diff.el index 76b1b5e60a7..c985b66036e 100644 --- a/lisp/diff.el +++ b/lisp/diff.el @@ -36,7 +36,7 @@ ;;;###autoload (defcustom diff-switches "-c" - "*A string or list of strings specifying switches to be be passed to diff." + "*A string or list of strings specifying switches to be passed to diff." :type '(choice string (repeat string)) :group 'diff)